Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Nov 8, 2025

Which issue does this PR close?

Need to merge #2741 first

Rationale for this change

Once #2741 is merged, we can implement getSupportLevel for WindowExec and remove the hard-coded fix that previously disabled this operator.

What changes are included in this PR?

window

How are these changes tested?

@andygrove andygrove changed the title chore: Refactor operator serde [WIP] chore: Refactor operator serde Nov 8, 2025
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2025

Codecov Report

❌ Patch coverage is 34.21053% with 150 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.63%. Comparing base (f09f8af) to head (04899f2).
⚠️ Report is 678 commits behind head on main.

Files with missing lines Patch % Lines
...ain/scala/org/apache/comet/serde/CometWindow.scala 1.02% 97 Missing ⚠️
.../scala/org/apache/comet/serde/QueryPlanSerde.scala 65.00% 14 Missing and 7 partials ⚠️
.../main/scala/org/apache/comet/serde/CometSink.scala 66.00% 8 Missing and 9 partials ⚠️
...n/scala/org/apache/comet/rules/CometExecRule.scala 27.27% 8 Missing ⚠️
...on/src/main/scala/org/apache/comet/CometConf.scala 20.00% 4 Missing ⚠️
...in/scala/org/apache/comet/serde/SupportLevel.scala 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2736      +/-   ##
============================================
+ Coverage     56.12%   58.63%   +2.50%     
- Complexity      976     1460     +484     
============================================
  Files           119      162      +43     
  Lines         11743    13919    +2176     
  Branches       2251     2367     +116     
============================================
+ Hits           6591     8161    +1570     
- Misses         4012     4564     +552     
- Partials       1140     1194      +54     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andygrove andygrove changed the title chore: Refactor operator serde chore: Refactor operator serde - Part 2 [WIP] Nov 8, 2025
@andygrove andygrove changed the title chore: Refactor operator serde - Part 2 [WIP] chore: Refactor operator serde - Part 2 & update Window docs[WIP] Nov 8, 2025
Comment on lines +116 to +117
// https://github.com/apache/datafusion-comet/issues/2737
// case _: WindowExec => true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix for #2737

@andygrove andygrove changed the title chore: Refactor operator serde - Part 2 & update Window docs[WIP] chore: Refactor operator serde - Part 2 & update WindowExec docs [WIP] Nov 8, 2025
@andygrove andygrove changed the title chore: Refactor operator serde - Part 2 & update WindowExec docs [WIP] chore: Refactor operator serde - Part 2 & update WindowExec docs Nov 9, 2025
@andygrove andygrove marked this pull request as ready for review November 9, 2025 01:36
@andygrove andygrove changed the title chore: Refactor operator serde - Part 2 & update WindowExec docs fix: Refactor operator serde - Part 2 & update WindowExec docs Nov 9, 2025
@andygrove andygrove marked this pull request as draft November 9, 2025 14:38
@andygrove andygrove changed the title fix: Refactor operator serde - Part 2 & update WindowExec docs fix: Refactor operator serde - Part 3 & update WindowExec docs Nov 9, 2025
@andygrove andygrove changed the title fix: Refactor operator serde - Part 3 & update WindowExec docs fix: Mark WindowExec as incompatible Nov 9, 2025
@andygrove andygrove changed the title fix: Mark WindowExec as incompatible fix: Mark WindowExec as incompatible [WIP] Nov 9, 2025
@andygrove
Copy link
Member Author

will create new version

@andygrove andygrove closed this Nov 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants